home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club 2000 October / Software of the Month - Ultimate Collection Shareware 277.iso / pc / PROGRAMS / UTILITY / WINLINUX / DATA1.CAB / programs_-_gimp / SHARE / GIMP / GTKRC < prev    next >
Text File  |  1999-09-17  |  379b  |  21 lines

  1. # style <name> [= <name>]
  2. # {
  3. #   <option>
  4. # }
  5. #
  6. # widget <widget_set> style <style_name>
  7. # widget_class <widget_class_set> style <style_name>
  8.  
  9. style "ruler"
  10. {
  11.   font = "-adobe-helvetica-medium-r-normal--*-80-*-*-*-*-*-*"
  12. }
  13.  
  14. style "default"
  15. {
  16.   font = "-adobe-helvetica-medium-r-normal--*-100-*-*-*-*-*-*"
  17. }
  18.  
  19. widget_class "*Ruler*" style "ruler"
  20. widget_class "*" style "default"
  21.